home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / shell / ViNCEd.readme < prev    next >
Encoding:
Text File  |  1999-09-06  |  19.1 KB  |  403 lines

  1. Short:    ViNCEd, the final CON: solution. ^Z, TAB Expand....
  2. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Version:  3.69.1
  5. Type:     util/shell
  6. Requires: Any Amiga, any kickstart version (even 1.2 will do)
  7. Replaces: ViNCGoodies.lha, ViNCBeta.lha
  8.  
  9. ---------------------------------------------------------------------------
  10. Warning: The 3.69 release is the LAST releases that still supports Os 1.x
  11. ---------------------------------------------------------------------------
  12.  
  13.                         About ViNCEd
  14. ---------------------------------------------------------------------------
  15. The latest version (3.69) of my full screen shell editor (CON: replacement)
  16. ---------------------------------------------------------------------------
  17.  
  18. Features:
  19. -Extremly flexible
  20. -Comes with prefs program with nice GUI
  21. -User defineable macros and buttons (gadgets) with parameters
  22. -Full screen editor, not line limited
  23. -Compatible to CON: and ConMan
  24. -VT-220 emulation build in
  25. -ANSI (VT-xxx) colors on request
  26. -Freely configurable keyboard
  27. -ASCII prefs, a standard editor is enough to change them by hand.
  28. -Keypad mode on request (numeric keypad for cursor control)
  29. -Supports control sequences of:
  30.         -CON:
  31.         -VT-220
  32.         -DEC
  33.         -XTerm (Unix Shells)
  34.         -SGI winterm
  35.         -plus private stuff (set keyboard, colors and font by ctrl seqs)
  36. -TAB expansion, with different TAB requesters as option
  37. -TAB expansion cache
  38. -Colored cursor on request
  39. -Menu, clipboard support build in (no ConClip needed)
  40. -"More than complete" online help plus documentation
  41. -C include files, autodocs for the library included
  42. -Screen title might contain path/fail codes/CLI number & more
  43. -Localizeable (German available, more locales welcome)
  44. -Job control á la unix with Ctrl-Z
  45.         -suspends shell jobs
  46.         -sends shell jobs to forgeground & background
  47.          using tiny shell scripts "fg" and "bg" like unix
  48. -documented library for own applications and editor programming
  49. -iconification support
  50. -uses public "tbiclass" gadgets of VisualPrefs, or Massimo's
  51.  toolbutton images if available. 
  52. -easy installation
  53. -full control by single program (SetVNC)
  54. -clipboard support, snip control with middle mouse button or Ctrl-left-Mouse
  55. -can create private screens on request
  56. -font & monitor selectable by prefs
  57. -icon drop, with modifiers for path/name only
  58. -100% assembly language => fast & short (err, as short as I could do it.)
  59.  
  60. Plus:   It's 100% free! Hey, I must be crazy!
  61.  
  62. -----------------------------------------------------------------------------
  63.  
  64. -------- history ----- this is not the complete history, read the guide!----
  65.  
  66. Changes made for 3.69.1:
  67.  
  68.     The SetVNC color selector did not work on hicolor or true-color 
  69.     screens, fixed.    
  70.     SetVNC allocates a hardware sprite in case no free pen is avail-
  71.     able. Unfortunately, the Os sprite allocation function of the V39
  72.     graphics library (and propably that of V40, too) seems to have
  73.     problems to allocate a hardware sprite in case the intuition
  74.     mouse pointer is in AGA hires mode. The result is unpredictable:
  75.     The Os manages to remap the hires pointer to lores from time to
  76.     time, of course loosing precision; sometimes it does not and leaves
  77.     a corrupt sprite and a hires sprite to SetVNC, unlike desired.
  78.     There is currently no way of allocating a sprite in a given mode
  79.     without causing this problem, so there is unfortunately no fix.
  80.     To work around this problem, give the workbench more colors.
  81.  
  82. Changes made for 3.69:
  83.  
  84.     The color of the dots in the default cursor could have been wrong.
  85.     The calculation of the window height in the window open routine was
  86.     wrong by as much as one pixel and therefore failed. 
  87.     Re-enabled the automatic resizing of the window because this makes 
  88.     indeed some sense.
  89.         The SetVNC "Save To" and "Load From" functions used to be broken,
  90.         they even didn't show an error requester in case they failed. Urgh!
  91.  
  92. Changes made for 3.68:
  93.  
  94.         ViNCEd will now switch back to the system default font in case it is
  95.         opened on a screen with a proportional font; this mimicks the CON:
  96.         behaiviour. Thanks Raphael!
  97.         ViNCEd will no longer try to resize a window to make its contents
  98.         visible. If the window is too tiny, no output will be shown.
  99.         This is again identically to the CON: behaivour; however, unlike
  100.         for CON:, the cursor movement sequences remain working as ViNCEd
  101.         emulates a tiny 1x1 window if required. The guru 0x1e080001 is
  102.         now obsolete.
  103.         Fixed a bug in the tool button allocation, used the wrong font for
  104.         estimating the remaining size of the window title. Fixed!
  105.         Added the %w and %W screen title commands.
  106.         ViNCEd removes now the cursor if a "set border" command is sent.
  107.         Since nobody seems to read this guide, ViNCEd drops now a
  108.         trailing ".info" in the icon name for iconification.
  109.         Due to an oversight, the colored cursor and the ANSI colors
  110.         did not work at the same time. Ouch!
  111.         The version string in SetVNC wasn't correct.
  112.         Fixed a bug in the character overwrite routine... again!
  113.         Fixed a hit of SetVNC when inserting more buttons.
  114.  
  115. Changes made in 3.67:
  116.  
  117.         Added the %l and %o window title command to insert the state of the
  118.         NumLock and Overwrite qualifier.
  119.         ViNCEd will now try to adjust its icons correctly if some other
  120.         program hacked more than the system default icons into its title
  121.         ("PowerWindows").
  122.         The shortcuts of the ViNCEd windows can now be localized.
  123.     Fixed a bug in the TAB expansion cache handling of
  124.     multiassigns. 
  125.     Added a workaround for a bug in VIM.
  126.  
  127. Changes made in 3.66:
  128.         Fixed the broken "Insert CSI" and "Insert ESC" sequences.
  129.         Included an italian catalog by Francesco Leoni
  130.         and Francesco Mancuso. Thanks!
  131.         Added the "Restore Window" menu item.
  132.     Added mouse wheel support for serial mice.
  133.  
  134. Changes made in 3.65:
  135.         Included a french version of the catalogs. Thanks Frédéric!
  136.         Included a slovenian catalog, translated by Damir Arh.
  137.     Included a finnish catalog, thanks to Samppa Rönkä.
  138.         Included a patch for version 40.3 of "More" to fix this
  139.         nasty iconification bug.
  140.         Included the "NamedConsoleHandler" to enable ^Z for Os versions
  141.         2.0 and 2.1.
  142.         CrossDos directories are no longer cached because their date
  143.         doesn't get updated as it should.
  144.         Added the "BACK" window path "meta" argument.
  145.         Added emulation of a RAW: handler bug which can be turned off
  146.         with a new CSI sequence.
  147.         Added a special check against deadlocks on ViNCEd startup.
  148.         Fixed the ^Q and ^G keyboard functions for VT-220.
  149.         Fixed the documentation about the "send window borders" sequence.
  150.  
  151. Changes made in 3.64:
  152.         Fixed only a minor glinch in the scroll lock flag and gadgets.
  153.         Except that, no changes need to be done.
  154.         Forgot to include the up-to-date locale sources in the 3.63
  155.         distribution. Sorry for that.
  156.         Included some ancient releases for curiousity.
  157.  
  158.  
  159. Changes made in 3.63:
  160.         Changed the behaivour of ESC in the RAW mode; a plain ASCII ESC is
  161.         now sent, ViNCEd does no longer insert its private control sequence.
  162.         However, complete control sequences are sent in the "english" mode,
  163.         including those for "Toggle ESC", "Insert CSI" and "Insert ESC".
  164.         ViNCEd sends now ESC [ instead of CSI for keyboard sequences if the
  165.         seven bit mode is enabled.
  166.         ViNCEd does no longer insert a line feed into the clipboard if a
  167.         line was word-wrapped at the right border of the window.
  168.         The line feed handling was changed. The old version emulated the
  169.         SGI winterm behaivour, which is just plain wrong. I studied five
  170.         terminal programs how to do this right, got six answers and
  171.         implemented a seventh.
  172.         Added emulation of some VT-xxx illnesses, especially handling of
  173.         zero arguments in a CSI sequence (which I hate to do like this, but
  174.         so what).
  175.         Fixed characters sent with ^C to ^F. These were just wrong. Urgh.
  176.         Fixed the ICONIFIED window path argument which did not work due to
  177.         a former, uhm, bug fix, in one of the betas. Luckey, the code was
  178.         (and still is) tolerant enough not to crash in this situation.
  179.         Fixed some bugs in scrolling borders with the cursor movement
  180.         commands.
  181.         Added a function browser to the second keyboard page of SetVNC.
  182.  
  183. Changes made in 3.62:
  184.         Fixed a bug in the TAB expansion. Thanks, Andreas!
  185.         Changed the Ctrl-C logic a bit, might avoid problems.
  186.         Fixed a bug in SetVNC that might have caused crashes when
  187.         shutting down the guide.
  188.         Added "Save To" and "Load From" gadgets to SetVNC.
  189.  
  190. Changes made in 3.61:
  191.         Added support for Massimo's external toolbutton image class,
  192.         the class itself and its documentation. Thanks, Massimo!
  193.         Added the "PLAIN" window path argument, idea of
  194.         Andreas Mixich.
  195.  
  196. Changes made in 3.60:
  197.     Just too much. 
  198.     Except quite a lot of bug fixes, this release introduces a new
  199.     keyboard parser which allows to bind keyboard functions to
  200.     any key you like. It introduced, too, a new preferences format
  201.     that is based on plain ASCII text. Additonally, a new guide
  202.     is included which contains a FAQ (frequently asked questions)
  203.     and a new and detailed index. That's only the list of the most
  204.     important changes. More has happened.
  205.  
  206. -----------------------------------------------------------------------------
  207. Notes: 
  208.  
  209.         Check the TOP_SECRET or ReadMe.First file in this archive!
  210.     Especially, these SHOULD BE RUN FIRST before you start with
  211.     the installation.
  212.  
  213.         VirusWorkShop seems to have trouble with the overlay file structure
  214.         that is used by the SetVNC program.
  215.         THIS IS NOT A VIRUS! It is a bugfix of the oldish CBM overlay 
  216.         manager which is really buggy!
  217.  
  218.         To trick VirusWorkshop, the SetVNC program in this archive is
  219.         encoded. Use the "Decode" program from the "Extras" drawer to
  220.         decode manually. The installer script has been updated to do 
  221.         this for you.
  222.  
  223. -----------------------------------------------------------------------------
  224.  
  225. Send ideas, improvements, bugreports (please as concrete as possible) to:
  226.  
  227.  
  228.         Thomas Richter
  229.  
  230.  
  231. EMail:  thor@math.tu-berlin.de
  232.  
  233. or "Wisit the Web" site:
  234.  
  235. WWW:    http://www.math.tu-berlin.de/~thor/thor/index.html
  236.  
  237. -----------------------------------------------------------------------------
  238.  
  239. April 1999
  240.  
  241.         Thomas
  242.  
  243.  
  244. ============================= Archive contents =============================
  245.  
  246. Original  Packed Ratio    Date     Time    Name
  247. -------- ------- ----- --------- --------  -------------
  248.      628     271 56.8% 19-Dec-98 13:55:00 +Antique.info
  249.      919     510 44.5% 19-Oct-98 00:07:16 +Antique.Readme
  250.      856     376 56.0% 18-Oct-98 23:29:06 +Antique.Readme.info
  251.       92      85  7.6% 18-Oct-98 23:44:24 +MountList
  252.    19608   10589 45.9% 18-Oct-98 23:28:16 +SetVNC
  253.    17648    9807 44.4% 19-Dec-90 17:35:14 +SetVNC_1.3
  254.    21980   14345 34.7% 19-Dec-90 17:36:12 +VNC-Handler
  255.    43328   26752 38.2% 18-Oct-98 23:27:58 +vnc.library
  256.      628     267 57.4% 19-Dec-98 13:55:00 +AREXX.info
  257.      188     179  4.7% 12-Aug-98 20:38:46 +rexxsyslib.pch
  258.      938     467 50.2% 24-Dec-98 00:30:52 +ATO.readme
  259.     2441    1123 53.9% 28-Feb-98 21:37:24 +ATO.ReadMe.First
  260.      856     378 55.8% 19-Dec-98 13:55:00 +ATO.ReadMe.First.info
  261.      856     375 56.1% 19-Dec-98 13:55:00 +ATO.readme.info
  262.      628     268 57.3% 19-Dec-98 13:55:00 +C.info
  263.    53708   28699 46.5% 03-Jul-99 20:43:08 +SetVNC.coded
  264.      628     265 57.8% 19-Dec-98 13:55:00 +DEVS.info
  265.      628     267 57.4% 06-Sep-98 14:43:22 +DOSDrivers.info
  266.      324     227 29.9% 09-Nov-97 15:09:10 +NEWCON
  267.      481     261 45.7% 06-Sep-98 14:43:22 +NEWCON.info
  268.      269     195 27.5% 09-Nov-97 15:07:08 +VNC
  269.      481     263 45.3% 06-Sep-98 14:43:22 +VNC.info
  270.      261     191 26.8% 09-Nov-97 15:07:32 +VNR
  271.      481     263 45.3% 06-Sep-98 14:43:22 +VNR.info
  272.      105      94 10.4% 13-Jan-94 22:49:00 +Mount_NEWCON
  273.      102      88 13.7% 13-Jan-94 22:49:36 +Mount_VNC
  274.     1380     356 74.2% 03-Nov-96 17:28:28 +Disk.info
  275.      628     271 56.8% 19-Dec-98 13:59:30 +Extras.info
  276.     8424    5274 37.3% 27-Sep-98 21:08:12 +CLIcon
  277.      758     317 58.1% 06-Sep-98 14:40:44 +CLIcon.info
  278.       87      79  9.1% 07-Nov-98 13:06:48 +CONSOLE
  279.      481     263 45.3% 07-Nov-98 13:15:38 +CONSOLE.info
  280.      440     380 13.6% 06-Apr-97 00:59:46 +Decode
  281.     4056    2427 40.1% 21-Dec-97 20:34:56 +FastFonts
  282.      568     273 51.9% 06-Sep-98 14:40:44 +FastFonts.info
  283.      628     268 57.3% 06-Sep-98 14:40:44 +Fonts.info
  284.      264      31 88.2% 01-Nov-97 14:05:06 +topaz6.font
  285.     2216    1357 38.7% 01-Nov-97 14:05:44 +8e
  286.      332     309  6.9% 10-Nov-98 23:42:50 +More.pch
  287.      112      96 14.2% 14-Nov-98 20:31:18 +Mount_CONSOLE
  288.      580     424 26.8% 23-Jan-99 18:49:58 +NamedConsoleHandler
  289.      284     251 11.6% 02-Nov-96 20:10:54 +PatchAlloc
  290.     1336     927 30.6% 11-Aug-98 21:53:56 +PatchRAM
  291.     1416     963 31.9% 09-Aug-98 19:05:18 +RunTool
  292.    14688    9310 36.6% 02-Nov-96 23:10:54 +spatch
  293.     9736    5880 39.6% 29-Mar-99 22:04:40 +StringSnip
  294.     2981    1426 52.1% 23-Jan-99 18:47:16 +StringSnip.prefs
  295.    10396    4335 58.3% 29-Mar-99 22:06:24 +StringSnip.readme
  296.     7272    4502 38.0% 27-Sep-98 00:38:02 +titlebar.image
  297.     4276    2017 52.8% 11-Aug-98 21:54:16 +TrueMultiAssigns
  298.      628     269 57.1% 06-Sep-98 14:40:44 +UnixDirs3.info
  299.     3524    2501 29.0% 21-Mar-97 21:53:38 +UnixDirs3
  300.    32747   12181 62.8% 21-Mar-97 21:53:42 +UnixDirs3.guide
  301.      537     283 47.2% 20-Aug-97 20:58:52 +UnixDirs3.guide.info
  302.     1701     783 53.9% 20-Aug-97 20:58:52 +UnixDirs3.info
  303.      809     465 42.5% 21-Mar-97 22:10:22 +UnixDirs3.readme
  304.      628     267 57.4% 19-Dec-98 13:55:00 +Guides.info
  305.    11823    4428 62.5% 27-Sep-98 00:42:48 +titlebar.guide
  306.      468     224 52.1% 11-Sep-98 22:49:50 +titlebar.guide.info
  307.   631447  185362 70.6% 03-Jul-99 21:11:40 +ViNCEd.guide
  308.      523     273 47.8% 11-Aug-98 21:50:54 +ViNCEd.guide.info
  309.      628     273 56.5% 19-Dec-98 13:54:58 +Include.info
  310.    10992    4171 62.0% 27-Sep-98 00:39:14 +titlebar.doc
  311.   116336   26660 77.0% 22-Aug-98 15:23:38 +vnc.doc
  312.     7134    2507 64.8% 22-Aug-98 18:14:22 +Boopsis_Readme
  313.      190     141 25.7% 27-Sep-98 00:44:10 +titlebarimage_protos.h
  314.     6760    1471 78.2% 22-Aug-98 15:08:12 +vnc_protos.h
  315.     8908    2446 72.5% 22-Aug-98 13:41:30 +ReadConsoleWindow.c
  316.     1551     798 48.5% 11-Sep-98 22:53:10 +ReadMe
  317.     8711    2496 71.3% 22-Aug-98 18:04:44 +ReadPrefs.c
  318.     5814    1734 70.1% 11-Sep-98 22:51:36 +TBITest.c
  319.      209     157 24.8% 22-Aug-98 18:11:42 +ReadMe
  320.      127     110 13.3% 27-Sep-98 00:42:16 +titlebarimage_cl.fd
  321.     5754    2071 64.0% 22-Aug-98 14:30:36 +vnc_lib.fd
  322.      450     231 48.6% 27-Sep-98 00:43:52 +titlebar.h
  323.      290     188 35.1% 22-Aug-98 18:13:40 +ReadMe
  324.     2976     842 71.7% 19-Aug-98 21:22:48 +vnc_lib.i
  325.     1671     759 54.5% 22-Aug-98 18:10:18 +ReadMe
  326.    18148    3977 78.0% 22-Aug-98 14:37:12 +vnc_stub.base.lib
  327.    18292    3997 78.1% 22-Aug-98 14:37:14 +vnc_stub.lib
  328.    17616    3767 78.6% 22-Aug-98 14:37:12 +vnc_stub.rr.base.lib
  329.    17744    3792 78.6% 22-Aug-98 14:37:14 +vnc_stub.rr.lib
  330.      120     104 13.3% 27-Sep-98 00:43:36 +titlebarimage_pragmas.h
  331.     8456    1766 79.1% 22-Aug-98 13:48:10 +vnc_pragmas.h
  332.      215     139 35.3% 27-Sep-98 00:43:22 +titlebarimage.h
  333.      223     139 37.6% 22-Aug-98 13:45:28 +vnc.h
  334.     3769    1543 59.0% 11-Sep-98 22:58:38 +ReadME
  335.     9103    3129 65.6% 20-Aug-98 22:09:02 +Dynamics.h
  336.     2997    1035 65.4% 22-Aug-98 14:22:36 +IO.h
  337.     7625    1894 75.1% 22-Aug-98 11:39:16 +Keyboard.h
  338.     3683    1046 71.5% 20-Aug-98 22:19:14 +Macros.h
  339.     6671    1875 71.8% 22-Aug-98 11:51:08 +Owner.h
  340.     2236     746 66.6% 25-Feb-99 22:00:06 +Packets.h
  341.     1789     526 70.5% 20-Aug-98 22:16:14 +Packets.h.bak
  342.    13455    3888 71.1% 22-Aug-98 14:19:10 +prefs.h
  343.     2843     960 66.2% 22-Aug-98 11:55:26 +Requester.h
  344.     9835    2604 73.5% 22-Aug-98 12:06:32 +VNCBase.h
  345.    34925    8192 76.5% 22-Aug-98 14:23:28 +window.h
  346.      628     269 57.1% 23-Dec-98 13:42:22 +Install.info
  347.      805     477 40.7% 23-Dec-98 13:42:22 +Deutsch.info
  348.      793     469 40.8% 23-Dec-98 13:42:22 +English.info
  349.      803     482 39.9% 23-Dec-98 13:42:22 +Français.info
  350.   130829   38628 70.4% 23-Jan-99 18:34:28 +Install_VNC
  351.      803     480 40.2% 23-Dec-98 13:42:22 +Italiano.info
  352.      804     483 39.9% 23-Dec-98 13:42:22 +Slovensko.info
  353.      628     267 57.4% 19-Dec-98 13:54:58 +LIBS.info
  354.   123928   75159 39.3% 24-Apr-99 11:09:30 +vnc.library
  355.      628     268 57.3% 19-Dec-98 13:54:58 +LOCALE.info
  356.    14116    5327 62.2% 07-Feb-99 21:54:18 +VNC.prefs.catalog
  357.     1832     928 49.3% 26-Dec-98 00:32:30 +VNC.sys.catalog
  358.    57716   18550 67.8% 07-Nov-98 19:06:44 +prefs.construct
  359.    10206    3900 61.7% 16-Jan-99 18:49:04 +sys.construct
  360.    13722    5074 63.0% 07-Nov-98 19:05:46 +VNC.prefs.catalog
  361.     1914     945 50.6% 16-Jan-99 18:49:18 +VNC.sys.catalog
  362.      628     252 59.8% 23-Dec-98 13:33:48 +italiano.info
  363.    57984   18659 67.8% 21-Dec-98 18:25:36 +prefs.construct
  364.     9934    3865 61.0% 23-Jan-99 14:47:40 +sys.construct
  365.    14102    5298 62.4% 23-Dec-98 13:35:22 +VNC.prefs.catalog
  366.     1934     982 49.2% 23-Jan-99 14:47:52 +VNC.sys.catalog
  367.    57457   18748 67.3% 05-Dec-98 22:45:26 +prefs.construct
  368.    10110    3899 61.4% 23-Jan-99 14:46:16 +sys.construct
  369.    13150    5121 61.0% 05-Dec-98 22:45:26 +VNC.prefs.catalog
  370.     1742     915 47.4% 23-Jan-99 14:46:28 +VNC.sys.catalog
  371.    12706    5056 60.2% 19-Dec-98 22:49:48 +VNC.prefs.catalog
  372.     1722     877 49.0% 19-Dec-98 22:49:48 +VNC.sys.catalog
  373.      628     269 57.1% 19-Dec-98 13:54:58 +Localize!.info
  374.     6640    4213 36.5% 13-Jan-98 19:55:48 +CreateCatalog
  375.    58078   18868 67.5% 07-Feb-99 21:54:40 +prefs.construct
  376.     5022    2132 57.5% 03-Oct-98 19:13:04 +ReadMe
  377.    10665    4118 61.3% 13-Mar-99 21:52:36 +sys.construct
  378.      632     317 49.8% 19-Dec-98 13:54:58 +Prefs.info
  379.     6568    2129 67.5% 22-Aug-98 18:47:16 +Default.Prefs
  380.      479     225 53.0% 22-Aug-98 18:44:54 +Default.Prefs.info
  381.     6536    2116 67.6% 22-Aug-98 18:46:30 +My.Prefs
  382.      479     225 53.0% 16-Aug-98 20:42:12 +My.Prefs.info
  383.     6814    2272 66.6% 22-Aug-98 18:49:48 +XTerm.Prefs
  384.      479     225 53.0% 16-Aug-98 20:48:52 +XTerm.Prefs.info
  385.      697     488 29.9% 16-Sep-98 22:39:32 +SetVNC.info
  386.    31162   11801 62.1% 03-Jul-99 21:13:36 +Readme.First!
  387.     1386     889 35.8% 25-Apr-99 22:15:32 +Readme.First!.info
  388.      628     267 57.4% 19-Dec-98 13:54:58 +S.info
  389.       17      17  0.0% 11-Aug-98 21:52:16 +bg
  390.       50      50  0.0% 11-Aug-98 21:52:16 +fg
  391.      383     222 42.0% 11-Aug-98 21:52:16 +fork
  392.      106      87 17.9% 11-Aug-98 21:52:16 +History
  393.      103      96  6.7% 11-Aug-98 21:52:16 +More
  394.      986     372 62.2% 11-Aug-98 21:52:16 +SetFont
  395.      322     179 44.4% 11-Aug-98 21:52:16 +SetKeyboard
  396.      768     349 54.5% 19-Dec-98 13:54:58 +Shell.info
  397.      765     342 55.2% 19-Dec-98 13:54:58 +Shell_VNC.info
  398.    31162   11801 62.1% 03-Jul-99 21:13:34 +Top Secret!
  399.     1386     888 35.9% 25-Apr-99 22:15:32 +Top Secret!.info
  400.    10725    4463 58.3% 03-Jul-99 21:07:10 +ViNCEd.readme
  401. -------- ------- ----- --------- --------
  402.  2010772  722349 64.0% 05-Jul-99 20:03:10   153 files
  403.